home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / SHOW16.RC < prev    next >
Encoding:
Text File  |  1995-07-19  |  1006 b   |  22 lines

  1. //==================================
  2. // SHOW16 - Matt Pietrek 1995
  3. // FILE: SHOW16.RC
  4. //==================================
  5. #include <windows.h>
  6. #include "show16.h"
  7.  
  8. Show16Dlg DIALOG 8, 18, 360, 280
  9. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
  10. CAPTION "Show16 - Matt Pietrek 1995"
  11. FONT 8, "MS Sans Serif"
  12. {
  13.  GROUPBOX "", IDC_GROUPBOX2, 5, 4, 104, 20, BS_GROUPBOX
  14.  CONTROL "Tasks", IDC_RB_TASKS, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 7, 10, 40, 12
  15.  CONTROL "Modules", IDC_RB_MODULES, "Button", BS_AUTORADIOBUTTON, 57, 10, 48, 12
  16.  LISTBOX IDC_LB_MAIN_LIST, 4, 30, 104, 240, LBS_NOTIFY | WS_BORDER | WS_BORDER | WS_VSCROLL | WS_GROUP | WS_TABSTOP
  17.  LTEXT "", IDC_DETAILS_TYPE, 120, 18, 184, 8
  18.  LISTBOX IDC_LB_DETAILS, 120, 30, 236, 240, LBS_NOTIFY | WS_BORDER | WS_BORDER | WS_VSCROLL | WS_TABSTOP
  19.  PUSHBUTTON "Exit", IDC_BUTTON_EXIT, 308, 7, 50, 14
  20.  LTEXT "Lines with a '+' can be double-clicked to expand", -1, 120, 268, 200, 8
  21. }
  22.